home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / pcbaby / _setup.1 / PCBaby4.exe / 0 / RCDATA / TPICKEVENT / TPICKEVENT.txt
Text File  |  1996-10-21  |  3KB  |  116 lines

  1. object PickEvent: TPickEvent
  2.   Left = 198
  3.   Top = 54
  4.   BorderStyle = bsDialog
  5.   Caption = 'PickEvent'
  6.   ClientHeight = 171
  7.   ClientWidth = 274
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 38
  19.     Height = 19
  20.     Caption = 'Title:'
  21.     Font.Color = clBlue
  22.     Font.Height = -16
  23.     Font.Name = 'Arial'
  24.     Font.Style = [fsBold]
  25.     ParentFont = False
  26.   end
  27.   object ComboBox1: TComboBox
  28.     Left = 8
  29.     Top = 32
  30.     Width = 257
  31.     Height = 26
  32.     Font.Color = clBlack
  33.     Font.Height = -16
  34.     Font.Name = 'Arial'
  35.     Font.Style = []
  36.     ItemHeight = 18
  37.     ParentFont = False
  38.     TabOrder = 0
  39.     Text = 'Empty'
  40.   end
  41.   object AddNew: TBitBtn
  42.     Left = 40
  43.     Top = 72
  44.     Width = 193
  45.     Height = 41
  46.     Caption = 'Add New Outing'
  47.     Font.Color = clBlue
  48.     Font.Height = -19
  49.     Font.Name = 'Arial'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.     TabOrder = 1
  53.     OnClick = AddNewClick
  54.   end
  55.   object HelpBtn: TBitBtn
  56.     Left = 16
  57.     Top = 128
  58.     Width = 25
  59.     Height = 31
  60.     Caption = ' '
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.     TabOrder = 2
  67.     OnClick = HelpBtnClick
  68.     Kind = bkHelp
  69.     Margin = 2
  70.     Spacing = -1
  71.   end
  72.   object OKBtn: TBitBtn
  73.     Left = 64
  74.     Top = 128
  75.     Width = 93
  76.     Height = 31
  77.     Caption = 'Ok'
  78.     Default = True
  79.     Font.Color = clGreen
  80.     Font.Height = -19
  81.     Font.Name = 'Arial'
  82.     Font.Style = [fsBold]
  83.     ModalResult = 1
  84.     ParentFont = False
  85.     TabOrder = 3
  86.     OnClick = OKBtnClick
  87.     Glyph.Data = {
  88.       F6000000424DF600000000000000760000002800000010000000100000000100
  89.       04000000000080000000CE0E0000D80E00000000000000000000000000000000
  90.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  91.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  92.       5555555555555555555555555205555555555555222055555555555522205555
  93.       5555555222220555555555222222055555555722052220555555720555522055
  94.       5555555555522205555555555555220555555555555552205555555555555572
  95.       0555555555555557205555555555555552205555555555555555}
  96.     Margin = 8
  97.     Spacing = -1
  98.   end
  99.   object CancelBtn: TBitBtn
  100.     Left = 168
  101.     Top = 128
  102.     Width = 93
  103.     Height = 31
  104.     Font.Color = clRed
  105.     Font.Height = -19
  106.     Font.Name = 'Arial'
  107.     Font.Style = [fsBold]
  108.     ParentFont = False
  109.     TabOrder = 4
  110.     OnClick = CancelBtnClick
  111.     Kind = bkCancel
  112.     Margin = 2
  113.     Spacing = -1
  114.   end
  115. end
  116.